projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
218da0e
)
* textmodes/ispell.el (ispell-local-pdict): Add safe-local-variable property.
author
Dan Nicolaescu
<dann@ics.uci.edu>
Thu, 3 Jan 2008 06:41:49 +0000
(06:41 +0000)
committer
Dan Nicolaescu
<dann@ics.uci.edu>
Thu, 3 Jan 2008 06:41:49 +0000
(06:41 +0000)
lisp/textmodes/ispell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/ispell.el
b/lisp/textmodes/ispell.el
index c784960f9724ebb60cb955e6c34235525ef14ce9..9c6d015fcee9562d134cd2270967623211fea761 100644
(file)
--- a/
lisp/textmodes/ispell.el
+++ b/
lisp/textmodes/ispell.el
@@
-1427,6
+1427,7
@@
set when defined in the file with either `ispell-pdict-keyword' or the
local variable syntax.")
(make-variable-buffer-local 'ispell-local-pdict)
+;;;###autoload(put 'ispell-local-pdict 'safe-local-variable 'stringp)
(defvar ispell-buffer-local-name nil
"Contains the buffer name if local word definitions were used.